home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / bdeorx / BDEDORX.ZIP / RestUser / USERRES1.dfm / USERRES1.txt
Encoding:
Text File  |  1997-12-15  |  3.3 KB  |  172 lines

  1. object MainForm: TMainForm
  2.   Left = 194
  3.   Top = 105
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'UserRestructor'
  7.   ClientHeight = 271
  8.   ClientWidth = 420
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 15
  17.   object GroupBox1: TGroupBox
  18.     Left = 4
  19.     Top = 4
  20.     Width = 197
  21.     Height = 49
  22.     Caption = ' Alias '
  23.     TabOrder = 0
  24.     object AliasCB: TComboBox
  25.       Left = 12
  26.       Top = 16
  27.       Width = 173
  28.       Height = 23
  29.       Style = csDropDownList
  30.       ItemHeight = 15
  31.       Sorted = True
  32.       TabOrder = 0
  33.       OnChange = AliasCBChange
  34.     end
  35.   end
  36.   object GroupBox2: TGroupBox
  37.     Left = 4
  38.     Top = 56
  39.     Width = 197
  40.     Height = 157
  41.     Caption = ' Directories '
  42.     TabOrder = 1
  43.     object DriveBox1: TDriveComboBox
  44.       Left = 12
  45.       Top = 19
  46.       Width = 173
  47.       Height = 21
  48.       DirList = DirBox1
  49.       TabOrder = 0
  50.     end
  51.     object DirBox1: TDirectoryListBox
  52.       Left = 12
  53.       Top = 47
  54.       Width = 173
  55.       Height = 82
  56.       IntegralHeight = True
  57.       ItemHeight = 16
  58.       TabOrder = 1
  59.     end
  60.   end
  61.   object GroupBox3: TGroupBox
  62.     Left = 204
  63.     Top = 4
  64.     Width = 209
  65.     Height = 157
  66.     Caption = ' Options '
  67.     TabOrder = 2
  68.     object Bevel1: TBevel
  69.       Left = 1
  70.       Top = 124
  71.       Width = 207
  72.       Height = 17
  73.       Shape = bsTopLine
  74.     end
  75.     object TblCreateCB: TCheckBox
  76.       Left = 8
  77.       Top = 38
  78.       Width = 181
  79.       Height = 17
  80.       Caption = 'create tables if not existing'
  81.       State = cbChecked
  82.       TabOrder = 0
  83.     end
  84.     object IndexCB: TCheckBox
  85.       Left = 8
  86.       Top = 58
  87.       Width = 150
  88.       Height = 17
  89.       Caption = 'create indices'
  90.       State = cbChecked
  91.       TabOrder = 1
  92.     end
  93.     object DeleteCB: TCheckBox
  94.       Left = 8
  95.       Top = 18
  96.       Width = 189
  97.       Height = 17
  98.       Caption = 'delete def-files after processing'
  99.       TabOrder = 2
  100.     end
  101.     object ValcheckCB: TCheckBox
  102.       Left = 8
  103.       Top = 98
  104.       Width = 150
  105.       Height = 17
  106.       Caption = 'create ValChecks'
  107.       TabOrder = 3
  108.       OnClick = ValcheckCBClick
  109.     end
  110.     object RefIntCB: TCheckBox
  111.       Left = 8
  112.       Top = 78
  113.       Width = 150
  114.       Height = 17
  115.       Caption = 'create RefIntChecks'
  116.       TabOrder = 4
  117.     end
  118.   end
  119.   object DoItBtn: TButton
  120.     Left = 252
  121.     Top = 180
  122.     Width = 110
  123.     Height = 25
  124.     Caption = 'DoIt!'
  125.     TabOrder = 3
  126.     OnClick = DoItBtnClick
  127.   end
  128.   object Panel1: TPanel
  129.     Left = 6
  130.     Top = 244
  131.     Width = 406
  132.     Height = 19
  133.     Alignment = taLeftJustify
  134.     BevelOuter = bvLowered
  135.     Caption = 'Idle...'
  136.     TabOrder = 4
  137.   end
  138.   object Panel2: TPanel
  139.     Left = 6
  140.     Top = 224
  141.     Width = 406
  142.     Height = 19
  143.     BevelOuter = bvLowered
  144.     Caption = 'Panel2'
  145.     TabOrder = 5
  146.   end
  147.   object IdxCB: TCheckBox
  148.     Left = 212
  149.     Top = 136
  150.     Width = 97
  151.     Height = 17
  152.     Hint = 'process indices only'#13'(for '#39'Index out of date'#39' recovery)'
  153.     Caption = ' indices only'
  154.     TabOrder = 6
  155.     OnClick = IdxCBClick
  156.   end
  157.   object RestTbl: TPx7Table
  158.     DatabaseName = 'RestBase'
  159.     Exclusive = True
  160.     TableName = 'ugu'
  161.     AutoSaveChanges = True
  162.     Left = 352
  163.     Top = 8
  164.   end
  165.   object RestDB: TDatabase
  166.     DatabaseName = 'RestBase'
  167.     DriverName = 'STANDARD'
  168.     Left = 320
  169.     Top = 8
  170.   end
  171. end
  172.